home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GRAPHICS
/
IMGLIB95
/
DBSIMP.DP_
/
DBSIMP.DP
Wrap
Text File
|
1996-03-31
|
178b
|
13 lines
program Dbsimp;
uses
Forms,
Udbsimp in 'UDBSIMP.PAS' {SimpleForm};
{$R *.RES}
begin
Application.CreateForm(TSimpleForm, SimpleForm);
Application.Run;
end.